$model_name = 'App\Model\User'; $model_name::where('id', $id)->first(); $model = $this->model_name; $model::where('id', $id)->first();